diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-04-03 14:50:32 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-04-03 14:50:32 (GMT) |
commit | 95ee4e98ad3a431c084eaee61e0db59dd64309fb (patch) | |
tree | 1a42c536345c8f3886aa7def0ed8a989a01488fe /contrib/ctest | |
parent | 22fab3d5fd154c0660cefbe8170c84ef31544473 (diff) | |
download | uscxml-95ee4e98ad3a431c084eaee61e0db59dd64309fb.zip uscxml-95ee4e98ad3a431c084eaee61e0db59dd64309fb.tar.gz uscxml-95ee4e98ad3a431c084eaee61e0db59dd64309fb.tar.bz2 |
Linking against dl for fedora/red-hat
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 9fd61ea..299a7d4 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 60 -S $TESTFILE
\ No newline at end of file +nice $CTEST -VV --timeout 20 -S $TESTFILE
\ No newline at end of file |