From 52424b1aea25cb616d7e3d5419146d035c6f7d01 Mon Sep 17 00:00:00 2001 From: "bsharma%netscape.com" Date: Fri, 11 Jun 1999 01:20:50 +0000 Subject: [PATCH] changed the sleep time to 90 seconds --- tools/tests/win32/Intlurl.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests/win32/Intlurl.pl b/tools/tests/win32/Intlurl.pl index 1cfa5370b14ac7..9dace5fd9abc77 100644 --- a/tools/tests/win32/Intlurl.pl +++ b/tools/tests/win32/Intlurl.pl @@ -42,7 +42,7 @@ # "c:\\program files\\netscape\\seamonkey\\x86rel\\"); "$temp"); - sleep (60); + sleep (90); $ProcessObj->GetExitCode( $ExitCode ); $ProcessObj->Kill( $ExitCode ); close (STDOUT);