Commit 4f72288b authored by Lin Jen-Shin's avatar Lin Jen-Shin

Raise jest timeout from 5 seconds to 6 seconds

parent 4577ea60
...@@ -24,7 +24,7 @@ afterEach(() => ...@@ -24,7 +24,7 @@ afterEach(() =>
}), }),
); );
initializeTestTimeout(process.env.CI ? 5000 : 500); 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