Merge pull request #4998 from kumpera/fix_56684
[mono.git] / mono / tests / test-driver
index 41b2832d1c7dd5fbf9facb39b7c5e03e73469f7e..a10323bb177a938ff2c311ff9b69e6b4eb812361 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 = 9;
+       $timeout_in_minutes = 15;
 }
 $ENV{'TEST_DRIVER_TIMEOUT_SEC'} = $timeout_in_minutes * 60;