From 47a98d8518b51c918ee3b719d5df059f64c0a22d Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Wed, 12 Aug 2020 22:15:21 -0400 Subject: [PATCH] chore: increase relative deadline fib2 --- runtime/tests/preemption/test_fibonacci_multiple.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/tests/preemption/test_fibonacci_multiple.json b/runtime/tests/preemption/test_fibonacci_multiple.json index c64899d..4a11ba3 100644 --- a/runtime/tests/preemption/test_fibonacci_multiple.json +++ b/runtime/tests/preemption/test_fibonacci_multiple.json @@ -17,7 +17,7 @@ "name": "fibonacci2", "path": "fibonacci_wasm.so", "port": 10001, - "relative-deadline-us": 8000, + "relative-deadline-us": 20000, "argsize": 1, "http-req-headers": [], "http-req-content-type": "text/plain",