Skip to content

Commit 64ee1e0

Browse files
How slow are these tests with atomic counters?
1 parent 18c79d1 commit 64ee1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests/dsl/IdleSingleGlobal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class TestReactor : public test_util::TestBase<TestReactor> {
5959
static constexpr int n_loops = 10000;
6060

6161
explicit TestReactor(std::unique_ptr<NUClear::Environment> environment)
62-
: TestBase(std::move(environment), false, test_util::TimeUnit(50)) {
62+
: TestBase(std::move(environment), false, test_util::TimeUnit(200)) {
6363

6464
/*
6565
* Run idle on the default pool, and a task on the main pool.

0 commit comments

Comments
 (0)