[Multimedia][Non-ACR] Changed default waiting time 99/231599/1
authorHaesu Gwon <haesu.gwon@samsung.com>
Thu, 23 Apr 2020 02:30:38 +0000 (11:30 +0900)
committerHaesu Gwon <haesu.gwon@samsung.com>
Thu, 23 Apr 2020 02:30:38 +0000 (11:30 +0900)
Change-Id: If180aa7e29423dd8c836fe943d4b0e3842f58505

tct-suite-vs/Tizen.Multimedia.Support.Library/EventAwaiter.cs [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index b12e3fb..6cc0c32
@@ -5,7 +5,7 @@ using System.Threading.Tasks;
 public class EventAwaiter<T> : IDisposable
       where T : EventArgs
 {
-    public const int DefaultTimeout = 3000;
+    public const int DefaultTimeout = 5000;
 
     private readonly CountdownEvent _countdownEvent;
     private T _result;