Commit 345d25c8 authored by Illya Klymov's avatar Illya Klymov

Revert occasionally increased timeout

parent de4aac71
...@@ -25,7 +25,7 @@ afterEach(() => ...@@ -25,7 +25,7 @@ afterEach(() =>
}), }),
); );
initializeTestTimeout(process.env.CI ? 6000 : 5000); initializeTestTimeout(process.env.CI ? 6000 : 500);
Vue.config.devtools = false; Vue.config.devtools = false;
Vue.config.productionTip = false; Vue.config.productionTip = false;
......
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