[test] Give the sgen tests more time.
authorAleksey Kliger <aleksey@xamarin.com>
Fri, 13 Nov 2015 20:29:53 +0000 (15:29 -0500)
committerAleksey Kliger <aleksey@xamarin.com>
Fri, 13 Nov 2015 20:32:10 +0000 (15:32 -0500)
mono/tests/test-driver

index 69be3d1396c45087e3ecfbac1375ead61eecdca1..41b2832d1c7dd5fbf9facb39b7c5e03e73469f7e 100755 (executable)
@@ -27,7 +27,7 @@ if ($test =~ /.*\|.*/) {
        $output = $test;
 
        #This is a silly workaround, but all tests that use extra parameters need a larger timeout.
-       $timeout_in_minutes = 5;
+       $timeout_in_minutes = 9;
 }
 $ENV{'TEST_DRIVER_TIMEOUT_SEC'} = $timeout_in_minutes * 60;