Browse Source

* applies suggestion from Vincent to hopefully fix random lockups in the
test

git-svn-id: trunk@10524 -

Jonas Maebe 17 years ago
parent
commit
87295e4ef6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/webtbs/tw3695.pp

+ 1 - 0
tests/webtbs/tw3695.pp

@@ -64,6 +64,7 @@ begin
     //WriteLn('Loop forever inside Tester.run when compiled by FPC 1.9.8');
   end;
   thread.Terminate;
+  CheckSynchronize;
   thread.waitfor;
 end;