From 835522e40d732ccc5e0bcaccfa60fa14f194762e Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <eelco.dolstra@logicblox.com>
Date: Tue, 27 Apr 2010 12:24:16 +0000
Subject: [PATCH] * Wait a bit more.

svn path=/nixos/trunk/; revision=21340
---
 tests/firefox.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/firefox.nix b/tests/firefox.nix
index e2f10fa97ab..6bc202de84b 100644
--- a/tests/firefox.nix
+++ b/tests/firefox.nix
@@ -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");
     '';