Commit 4bf56ac8 authored by LianaHus's avatar LianaHus

splitted test check

parent 625d074c
...@@ -30,7 +30,7 @@ module.exports = { ...@@ -30,7 +30,7 @@ module.exports = {
browser browser
.addFile('test_jsCompileWithOptimization.js', { content: jsCompileWithOptimization }) .addFile('test_jsCompileWithOptimization.js', { content: jsCompileWithOptimization })
.executeScript('remix.exeCurrent()') .executeScript('remix.exeCurrent()')
.pause(5000) .pause(10000)
.journalChildIncludes(`\"optimizer\":{\"enabled\":true,\"runs\":300}`) .journalChildIncludes(`\"optimizer\":{\"enabled\":true,\"runs\":300}`)
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment