diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 929a77048..3ee3605aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ script: # Run the tests on the current commit - export WARPX_TEST_COMMIT=$TRAVIS_COMMIT # Run the script that prepares the test environment and runs the tests - - travis_wait 30 ./run_test.sh + - ./run_test.sh |