From 68eb363dc0c535a309f2ae533cedf27b92f6cd8e Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 15 Nov 2010 00:04:49 +0000 Subject: Fix bug with test script, work around another --- tests/webkittest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/webkittest.sh') 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=$! -- cgit v1.2.3