mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Increase the timeout for the inttest/proto_gpb
On my slow old netbook with a 1.6GHz CPU, this inttest takes about 40 seconds to run, of which network activity is about 3s, the default timeout of retest is 30s. Add a generous margin to avoid unnecessary timeouts.
This commit is contained in:
parent
6e6b0fd43f
commit
f1ef90b9df
1 changed files with 5 additions and 0 deletions
5
inttest/proto_gpb/retest.config
Normal file
5
inttest/proto_gpb/retest.config
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
%% On my slow old netbook with a 1.6GHz CPU, this inttest
|
||||||
|
%% takes about 40 seconds to run, of which network activity
|
||||||
|
%% is about 3s. Double that to make avoid unnecessary timeouts
|
||||||
|
%% on e.g. loaded shared hosts, or with slow network connections.
|
||||||
|
{timeout, 90000}.
|
Loading…
Reference in a new issue