summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2014-06-04 20:40:23 -0400
committerMark H Weaver <mhw@netris.org>2014-06-04 20:40:23 -0400
commit4afca1a0662323ed8760c75d84c3aadc64b72908 (patch)
tree814a45c153e3b89dd2f5b7003132b571752c3ef9
parent1ea8954814d124b995f2296bc6aec92adb566bc1 (diff)
downloadguile-4afca1a0662323ed8760c75d84c3aadc64b72908.tar.gz
test-guild-compile: Increase sleep time before sending SIGINT.
* test-suite/standalone/test-guild-compile: Increase sleep time before sending SIGINT, for slow machines.
-rwxr-xr-xtest-suite/standalone/test-guild-compile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/standalone/test-guild-compile b/test-suite/standalone/test-guild-compile
index 05d45ce35..525ecc6e0 100755
--- a/test-suite/standalone/test-guild-compile
+++ b/test-suite/standalone/test-guild-compile
@@ -18,7 +18,7 @@ guild compile -o "$target" "$source" &
pid="$!"
# Send SIGINT.
-sleep 1 && kill -INT "$pid"
+sleep 2 && kill -INT "$pid"
# Wait for 'guild compile' to terminate.
sleep 2