Skip to content

Commit

Permalink
feat: ensure some ten_env call timing
Browse files Browse the repository at this point in the history
  • Loading branch information
halajohn committed Nov 12, 2024
1 parent 9228ff8 commit 77e28d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ class extension_tester_1 : public ten::extension_tester_t {
ten_env.stop_test();
}
});

ten_env.on_start_done();
}
};

Expand Down
2 changes: 1 addition & 1 deletion tests/ten_utils/unit/ten_rwlock_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -320,4 +320,4 @@ TEST(RWLockTest, multi_writers_single_reader) {

TEST(RWLockTest, multi_writers_multi_readers) {
RunRWLockImplTest(100, TEST_THREAD_MAX, TEST_THREAD_MAX);
}
}

0 comments on commit 77e28d4

Please sign in to comment.