diff --git a/tests/Flags/--timeout b/tests/Flags/--timeout fail similarity index 53% rename from tests/Flags/--timeout rename to tests/Flags/--timeout fail index b28bcca..3de20ac 100755 --- a/tests/Flags/--timeout +++ b/tests/Flags/--timeout fail @@ -1,3 +1 @@ -set -e -$TEST_SHELL ../../urchin --shell sh .slow-tests ! $TEST_SHELL ../../urchin --shell sh --timeout 0.3 .slow-tests diff --git a/tests/Flags/--timeout success b/tests/Flags/--timeout success new file mode 100755 index 0000000..5c12c53 --- /dev/null +++ b/tests/Flags/--timeout success @@ -0,0 +1 @@ +$TEST_SHELL ../../urchin --shell sh .slow-tests --timeout 1000