diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-04-03 10:45:05 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-04-03 10:45:05 (GMT) |
commit | 4bcc93f85400f304c0ae939459c8485e894ddd9c (patch) | |
tree | e19af5b70b66c3328c0788c5082d585b46e5bdf6 /contrib/ctest | |
parent | 8124991ded20a7b2f36a056dc701d138573561fc (diff) | |
download | uscxml-4bcc93f85400f304c0ae939459c8485e894ddd9c.zip uscxml-4bcc93f85400f304c0ae939459c8485e894ddd9c.tar.gz uscxml-4bcc93f85400f304c0ae939459c8485e894ddd9c.tar.bz2 |
Decreased timeout for tests to 60s
Diffstat (limited to 'contrib/ctest')
-rwxr-xr-x | contrib/ctest/run-tests.cron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ctest/run-tests.cron b/contrib/ctest/run-tests.cron index 2911cba..9fd61ea 100755 --- a/contrib/ctest/run-tests.cron +++ b/contrib/ctest/run-tests.cron @@ -76,4 +76,4 @@ if [ "$CTEST_SUBMIT_TYPE" = "Continuous" ]; then fi cd $TEST_DIR -nice $CTEST -VV --timeout 200 -S $TESTFILE
\ No newline at end of file +nice $CTEST -VV --timeout 60 -S $TESTFILE
\ No newline at end of file |