[test] Bump test timeout again
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 3 Dec 2015 23:16:13 +0000 (18:16 -0500)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 3 Dec 2015 23:16:13 +0000 (18:16 -0500)
Discussed this with @lambdageek, we still see some of the tests timeout on Jenkins on the slow armhf/armel workers.
Let's see if bumping the timeouts helps.

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;