Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Aug 24, 2024
1 parent 28ae24b commit d103462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/dsl/Idle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class TestReactor : public test_util::TestBase<TestReactor> {

template <int N>
void do_step(const std::string& name) {
std::this_thread::sleep_until(start_time + test_util::TimeUnit(2 * N));
std::this_thread::sleep_until(start_time + test_util::TimeUnit(N));
events.push_back(name + " " + std::to_string(N));
emit(std::make_unique<Step<N + 1>>());
}
Expand Down

0 comments on commit d103462

Please sign in to comment.