Added 10min timeout for MakefileTests jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 18 Jan 2017 00:15:30 +0000
branchjv
changeset 1570 afeaedfc562e
parent 1569 e4f47eb7a708
child 1571 fe6e15b9156f
Added 10min timeout for MakefileTests ...as on slow machines with slow I/O (e.g. Windows) it may take a loong time to run.
RegressionTests__MakefileTests.st
--- a/RegressionTests__MakefileTests.st	Fri Jan 06 23:50:51 2017 +0000
+++ b/RegressionTests__MakefileTests.st	Wed Jan 18 00:15:30 2017 +0000
@@ -118,6 +118,8 @@
 
 test_application_01
 
+    <timeout: 600> "600sec = 10min"
+
     self run:#'test_application_01' type:ProjectDefinition nonGuiApplicationType toolchain:nil
 
     "Created: / 19-11-2013 / 14:05:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"
@@ -125,6 +127,8 @@
 
 test_application_02
 
+    <timeout: 600> "600sec = 10min"
+
     self setUpForPackage: 'tmp:makefiletests2/test_application_02'.
     self run:#'test_application_01' type:ProjectDefinition nonGuiApplicationType toolchain:nil