From f1ef90b9df9ed0be3f654232eb1be7066eed8c84 Mon Sep 17 00:00:00 2001 From: Tomas Abrahamsson Date: Mon, 1 Dec 2014 23:47:45 +0100 Subject: [PATCH] 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. --- inttest/proto_gpb/retest.config | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 inttest/proto_gpb/retest.config diff --git a/inttest/proto_gpb/retest.config b/inttest/proto_gpb/retest.config new file mode 100644 index 0000000..01d5f9e --- /dev/null +++ b/inttest/proto_gpb/retest.config @@ -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}.