We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10dc153 commit e030cd9Copy full SHA for e030cd9
tests/TestSuite.c
@@ -612,13 +612,15 @@ TestSuite_RunParallel (TestSuite *suite) /* IN */
612
}
613
614
#ifdef _WIN32
615
- Sleep (30000);
+ Sleep (60000);
616
#else
617
- sleep (30);
+ sleep (60);
618
#endif
619
620
fprintf (stderr, "Timed out, aborting!\n");
621
622
+ exit (EXIT_FAILURE);
623
+
624
abort ();
625
626
0 commit comments