Skip to content

Commit f7c415d

Browse files
committed
Adjust WindowCloseWaitTime to 2 seconds
1 parent d6effbc commit f7c415d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)