3
0
Fork 0
forked from mirrors/nixpkgs

* Wait a bit more.

svn path=/nixos/trunk/; revision=21340
This commit is contained in:
Eelco Dolstra 2010-04-27 12:24:16 +00:00
parent ce15e270f2
commit 835522e40d

View file

@ -14,7 +14,7 @@
$machine->waitForX;
$machine->execute("firefox file://${pkgs.valgrind}/share/doc/valgrind/html/index.html &");
$machine->waitForWindow(/Valgrind.*Shiretoko/);
sleep 30; # wait until Firefox has finished loading the page
sleep 40; # wait until Firefox has finished loading the page
$machine->screenshot("screen");
'';