Skip to content

Commit 7b4b46e

Browse files
committed
Revert ".travis.yml: increase waiting time to 10 sec."
This reverts commit e679966. It didn't help, looks like Travis CI can't handle output >2000 lines in any time limit
1 parent e679966 commit 7b4b46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ after_failure:
4242
echo "===== REPORT START =====";
4343
cat target/robotframework-reports/log.html | gzip -c | base64;
4444
echo "===== REPORT END =====";
45-
sleep 10;
45+
sleep 5;
4646
fi
4747

4848
after_success:

0 commit comments

Comments
 (0)