Skip to content
Snippets Groups Projects
Commit 98231711 authored by Brad King's avatar Brad King
Browse files

BUG: Extending timeout of test 6 from 0.1 seconds to 3 seconds. This should...

BUG: Extending timeout of test 6 from 0.1 seconds to 3 seconds.  This should avoid missed signals and intermittent failures.
parent a5af521e
No related branches found
No related tags found
No related merge requests found
......@@ -293,7 +293,7 @@ int main(int argc, const char* argv[])
int values[6] = {0, 123, 1, 1, 0, 0};
int outputs[6] = {1, 1, 1, 1, 1, 0};
int delays[6] = {0, 0, 0, 0, 0, 1};
double timeouts[6] = {3, 3, 3, 3, 30, 0.1};
double timeouts[6] = {3, 3, 3, 3, 30, 3};
int r;
const char* cmd[4];
cmd[0] = argv[0];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment