[tests] Bump timeouts on sgen tests
[mono.git] / mono / tests / sgen-new-threads-collect.cs
index ed6e75c7d51f7f0dfe2031337268aae0d3b89da4..d76b1d552906e131325ad6c08f0defd76c7a64ba 100644 (file)
@@ -11,7 +11,7 @@ class Driver
        {
                int gcCount = 0;
                int joinCount = 0;
-               TestTimeout timeout = TestTimeout.Start(TimeSpan.FromSeconds(TestTimeout.IsStressTest ? 60 : 1));
+               TestTimeout timeout = TestTimeout.Start(TimeSpan.FromSeconds(TestTimeout.IsStressTest ? 60 : 5));
 
                Thread gcThread = new Thread (() => {
                        while (timeout.HaveTimeLeft) {