From f31a3694b568dc46e8e7e79ccda1cbbab0ccb858 Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Tue, 23 Jul 2024 12:04:11 +0200 Subject: Go back to 30 minutes for coverage Apparently, the problem was the log silence timeout of 10 minutes on my repository, thankfully the travis support increased it to 30 minutes. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 61b56979..3aec6949 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +26,4 @@ after_failure: - ./run.sh dump_logs after_success: - - travis_wait 40 ./run.sh coverage + - travis_wait 30 ./run.sh coverage -- cgit v1.2.1