diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2013-12-06 20:30:59 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2013-12-17 14:27:10 +0100 |
commit | 0f8ef12341a5b96e9a2846d5134ee2387a85f1ef (patch) | |
tree | bb4fab52ff115857f7b13115fd03e259eb6a5cdf /inttest/rgen1 | |
parent | fbc51c0a8c9b1ceca807b7a5a60e8503bc47b308 (diff) |
inttest/rgen_1: double the timeout a second time
60s still seems to be too low, as it timed out for at least the R15B01
job of the timeout patch merge:
https://travis-ci.org/rebar/rebar/builds/15051701
https://travis-ci.org/rebar/rebar/jobs/15051703
Diffstat (limited to 'inttest/rgen1')
-rw-r--r-- | inttest/rgen1/retest.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inttest/rgen1/retest.config b/inttest/rgen1/retest.config index a04233c..b569f14 100644 --- a/inttest/rgen1/retest.config +++ b/inttest/rgen1/retest.config @@ -1 +1 @@ -{timeout, 60000}. +{timeout, 120000}. |