Commit 99fcd2b1 authored by Dominik Charousset's avatar Dominik Charousset

Use longer timeout for test_spawn

parent 8f55d24c
...@@ -576,7 +576,7 @@ void test_spawn() { ...@@ -576,7 +576,7 @@ void test_spawn() {
others() >> [&]() { others() >> [&]() {
CAF_FAILURE("unexpected message: " << to_string(self->last_dequeued())); CAF_FAILURE("unexpected message: " << to_string(self->last_dequeued()));
}, },
after(chrono::milliseconds(10)) >> [&]() { after(chrono::milliseconds(500)) >> [&]() {
CAF_FAILURE("timeout in file " << __FILE__ << " in line " << __LINE__); CAF_FAILURE("timeout in file " << __FILE__ << " in line " << __LINE__);
} }
); );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment