forked from mirrors/nixpkgs
* Wait a bit more.
svn path=/nixos/trunk/; revision=21340
This commit is contained in:
parent
ce15e270f2
commit
835522e40d
|
@ -14,7 +14,7 @@
|
||||||
$machine->waitForX;
|
$machine->waitForX;
|
||||||
$machine->execute("firefox file://${pkgs.valgrind}/share/doc/valgrind/html/index.html &");
|
$machine->execute("firefox file://${pkgs.valgrind}/share/doc/valgrind/html/index.html &");
|
||||||
$machine->waitForWindow(/Valgrind.*Shiretoko/);
|
$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");
|
$machine->screenshot("screen");
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue