File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const constants = {
77 TestTimeout : 20000 , // Tests that take longer than this (in milliseconds) will fail
88 ManualTimeout : 100000 , // Manual tests that take longer than this (in milliseconds) will fail
99 WaitTime : 5000 , // The amount of time to wait for mock apps to finish processing
10- WindowCloseWaitTime : 3000 , // The amount of time to allow for clean-up of closed windows
10+ WindowCloseWaitTime : 2000 , // The amount of time to allow for clean-up of closed windows
1111 NoListenerTimeout : 120000 , // the amount of time to allow for a DA to timeout waiting on a context or intent listener
1212 // FDC3 does not define this timeout so this should be extended if the DA uses a longer timeout
1313 ControlChannel : "app-control" , //app channel used for passing messages between mock apps and tests
You can’t perform that action at this time.
0 commit comments