From 53f68a155f071194fd779352d5997c03a6c387ed Mon Sep 17 00:00:00 2001 From: chriseth Date: Sat, 6 Aug 2016 11:55:37 +0200 Subject: Exponential sleep increase on mining failure. --- test/TestHelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/TestHelper.h') diff --git a/test/TestHelper.h b/test/TestHelper.h index beb081cd..2cb24fd7 100644 --- a/test/TestHelper.h +++ b/test/TestHelper.h @@ -107,7 +107,7 @@ struct Options: boost::noncopyable { std::string ipcPath; - Options const& get(); + static Options const& get(); private: Options(); -- cgit