Skip to content

Commit 795ce9f

Browse files
committed
eslint fixed in tests functional
1 parent b32ea3b commit 795ce9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulp/helpers/test-functional.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = async function testFunctional (src, testingEnvironmentName, { n
5151
tests.unshift(SETUP_TESTS_GLOB);
5252

5353
const opts = {
54-
timeout: getTimeout(3 * 60 * 1000),
54+
timeout: getTimeout(3 * 60 * 1000),
5555
};
5656

5757
if (process.env.RETRY_FAILED_TESTS === 'true')

0 commit comments

Comments
 (0)