mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
travis: sleep after putting out logs (try to fix truncated logs)
This commit is contained in:
@@ -60,8 +60,10 @@ script:
|
||||
- |
|
||||
if [ -z ${INTEGRATION} ]; then
|
||||
./ci/base-tests.sh
|
||||
sleep 5
|
||||
else
|
||||
./ci/integration-tests.sh
|
||||
sleep 5
|
||||
fi
|
||||
|
||||
after_success: |
|
||||
|
||||
Reference in New Issue
Block a user