diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/common_fuchsia.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/executor/common_fuchsia.h b/executor/common_fuchsia.h index 9749f668b..72b578012 100644 --- a/executor/common_fuchsia.h +++ b/executor/common_fuchsia.h @@ -226,10 +226,13 @@ static long syz_future_time(volatile long when) switch (when) { case 0: delta_ms = 5; + break; case 1: delta_ms = 30; + break; default: delta_ms = 10000; + break; } zx_time_t now = zx_clock_get(ZX_CLOCK_MONOTONIC); return now + delta_ms * 1000 * 1000; |
