Skip to content

Commit 035f515

Browse files
committed
#54: Set a global value for timeouts that's used across all wait related actions
- Removed .env and updated .env.example file
1 parent 6d11082 commit 035f515

File tree

2 files changed

+3
-40
lines changed

2 files changed

+3
-40
lines changed

.env

Lines changed: 0 additions & 40 deletions
This file was deleted.

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,7 @@ MODULE_WHITELIST=Magento_Framework,Magento_ConfigurableProductWishlist,Magento_C
3434

3535
#*** Bool property which allows the user to toggle debug output during test execution
3636
#MFTF_DEBUG=
37+
38+
#*** Default timeout for wait actions
39+
WAIT_TIMEOUT=20
3740
#*** End of .env ***#

0 commit comments

Comments
 (0)