소스 검색

Incremented the sleep timeout.

BDisp 3 년 전
부모
커밋
d542548595
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      UnitTests/ApplicationTests.cs

+ 1 - 1
UnitTests/ApplicationTests.cs

@@ -1318,7 +1318,7 @@ namespace Terminal.Gui.Core {
 						if (myi == 0) {
 
 							// let the timeouts run for a bit
-							Thread.Sleep (5000);
+							Thread.Sleep (10000);
 
 							// then tell the application to quit
 							Application.MainLoop.Invoke (() => Application.RequestStop ());