From 4bfe7afef33f659d36c210bbe5faacf00d0c9465 Mon Sep 17 00:00:00 2001 From: Scott Haseley Date: Mon, 18 Apr 2016 15:19:14 -0400 Subject: [PATCH] Increased the progress timeout to 15s for quinthuge and sbrktest. If your VM takes a long time to clean up when processes exit, the default 10s timeout might be too short. --- test161/tests/vm/quinthuge.t | 2 ++ test161/tests/vm/sbrktest.t | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test161/tests/vm/quinthuge.t b/test161/tests/vm/quinthuge.t index f1d5762..db1cbb2 100644 --- a/test161/tests/vm/quinthuge.t +++ b/test161/tests/vm/quinthuge.t @@ -7,6 +7,8 @@ depends: [not-dumbvm-vm] sys161: cpus: 2 ram: 16M +monitor: + progresstimeout: 15.0 --- khu $ /testbin/quinthuge diff --git a/test161/tests/vm/sbrktest.t b/test161/tests/vm/sbrktest.t index e39496d..d527b5c 100644 --- a/test161/tests/vm/sbrktest.t +++ b/test161/tests/vm/sbrktest.t @@ -7,6 +7,8 @@ tags: [sbrk] depends: [not-dumbvm-vm, shell] sys161: ram: 2M +monitor: + progresstimeout: 15.0 --- khu $ /testbin/sbrktest 1