From 438c0023b9c9828263489335bab64bb25ef4729b Mon Sep 17 00:00:00 2001 From: Mark Callow Date: Sun, 7 Jul 2024 18:42:09 +0900 Subject: [PATCH] Remove sleep. Truncation was worse with supposed fix. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 91fa87a582..310961ee28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -319,8 +319,8 @@ script: set +e # See if this helps with truncated logs. -after_script: - - sleep 10 +#after_script: +# - sleep 10 after_failure: - ./scripts/on_failure.sh