Skip to content

Commit

Permalink
Relaxed io tests timeout to 1 second
Browse files Browse the repository at this point in the history
  • Loading branch information
Snaipe committed Nov 11, 2015
1 parent 06dcdc3 commit d165e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/redirect.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d165e99

Please sign in to comment.