Relaxed io tests timeout to 1 second
This commit is contained in:
parent
06dcdc32c7
commit
d165e99e91
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue