Skip to content

Commit

Permalink
(doc) Fix compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Feb 3, 2021
1 parent b9ea337 commit 08d0ee1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class AppTest
* Not ending test
* @throws InterruptedException
*/
@Test( timeout = 7_000 ) // shoudl be killed in 4 sec by Invoker - Workaround for Windows MSHARED-867
@Test( timeout = 7000 ) // should be killed in 4 sec by Invoker - Workaround for Windows MSHARED-867
public void testApp() throws InterruptedException
{
while ( true )
Expand Down

0 comments on commit 08d0ee1

Please sign in to comment.