Skip to content

Commit 88e42ec

Browse files
committed
Update comment
1 parent 76a70a5 commit 88e42ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

IntegrationTest/IntegrationTest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ IntegrationTest::IntegrationTest() :
2424
{
2525
m_thread.CreateThread();
2626

27-
// Start integration tests 500mS after system startup
27+
// Start integration tests 500mS after system startup. Alteratively,
28+
// create your own worker thread and call Run() directly.
2829
m_timer.Expired = MakeDelegate(this, &IntegrationTest::Run, m_thread);
2930
m_timer.Start(std::chrono::milliseconds(500));
3031
}

0 commit comments

Comments
 (0)