summaryrefslogtreecommitdiff
path: root/tests/webkittest.sh
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-11-15 00:04:49 +0000
committerNick White <git@njw.me.uk>2010-11-15 00:04:49 +0000
commit68eb363dc0c535a309f2ae533cedf27b92f6cd8e (patch)
treed624225fa5e55d3de241e1630a0c8d4f52bdf402 /tests/webkittest.sh
parent0781d0f5df9aee336e3b6b6de4143c2e2f83e6ad (diff)
Fix bug with test script, work around another
Diffstat (limited to 'tests/webkittest.sh')
-rwxr-xr-xtests/webkittest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/webkittest.sh b/tests/webkittest.sh
index d3e8887..412474b 100755
--- a/tests/webkittest.sh
+++ b/tests/webkittest.sh
@@ -7,7 +7,7 @@ test $# -ne 2 && echo usage $0 testhtml expectedoutput && exit 1
testjs=tests/showsimple.js
htmlloadtime=2
-scriptloadtime=2
+scriptloadtime=3
surf -x "file://./$1" > testxid 2>testoutput &
pid=$!