Skip to content

Commit 4249e88

Browse files
committed
#54: Set a global value for timeouts that's used across all wait related actions
- Transformed 'getDefaultWaitTimeout' into static method
1 parent 035f515 commit 4249e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Module/MagentoWebDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function _resetConfig()
119119
$this->config = ConfigSanitizerUtil::sanitizeWebDriverConfig($this->config);
120120
}
121121

122-
public function getDefaultWaitTimeout()
122+
public static function getDefaultWaitTimeout()
123123
{
124124
return getenv('WAIT_TIMEOUT') ?: self::DEFAULT_WAIT_TIMEOUT;
125125
}

0 commit comments

Comments
 (0)