test-guild-compile: Increase sleep time before sending SIGINT.
authorMark H Weaver <mhw@netris.org>
Thu, 5 Jun 2014 00:40:23 +0000 (20:40 -0400)
committerMark H Weaver <mhw@netris.org>
Thu, 5 Jun 2014 00:40:23 +0000 (20:40 -0400)
* test-suite/standalone/test-guild-compile: Increase sleep time
  before sending SIGINT, for slow machines.

test-suite/standalone/test-guild-compile

index 05d45ce..525ecc6 100755 (executable)
@@ -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