We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32ea3b commit 795ce9fCopy full SHA for 795ce9f
1 file changed
gulp/helpers/test-functional.js
@@ -51,7 +51,7 @@ module.exports = async function testFunctional (src, testingEnvironmentName, { n
51
tests.unshift(SETUP_TESTS_GLOB);
52
53
const opts = {
54
- timeout: getTimeout(3 * 60 * 1000),
+ timeout: getTimeout(3 * 60 * 1000),
55
};
56
57
if (process.env.RETRY_FAILED_TESTS === 'true')
0 commit comments