From: Dmitry V. Levin Date: Tue, 26 Apr 2016 16:46:20 +0000 (+0000) Subject: .travis.yml: raise sleep delay X-Git-Tag: v4.12~272 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2607b4e48aee455c91e9056ef20dae15eeab5428;p=strace .travis.yml: raise sleep delay Previous sleep delay value seems to be not enough nowadays. .travis.yml (SLEEP_A_BIT): Raise sleep delay. --- diff --git a/.travis.yml b/.travis.yml index e70329a9..6a77b215 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ install: env: global: - - SLEEP_A_BIT="sleep 0.1" + - SLEEP_A_BIT="sleep 0.2" - VERBOSE="1" matrix: - TARGET=x86_64