Răsfoiți Sursa

Incremented the sleep timeout.

BDisp 3 ani în urmă
părinte
comite
d542548595
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 ());