mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
f1ef90b9df
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.
5 lines
265 B
Text
5 lines
265 B
Text
%% 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}.
|