Relaxed io tests timeout to 1 second

This commit is contained in:
Snaipe 2015-11-05 10:57:33 +01:00
parent 06dcdc32c7
commit d165e99e91

View file

@ -4,7 +4,7 @@
#include <string>
// set a timeout for I/O tests
TestSuite(redirect, .timeout = 0.1);
TestSuite(redirect, .timeout = 1);
#if __GNUC__ >= 5
Test(redirect, mock) {