Commit aa4e5b62 authored by Paul Slaughter's avatar Paul Slaughter

Merge branch '229902-raise-jest-timeout' into 'master'

Raise jest timeout from 5 seconds to 6 seconds

Closes #229902

See merge request gitlab-org/gitlab!37611
parents 5cc02522 4f72288b
......@@ -24,7 +24,7 @@ afterEach(() =>
}),
);
initializeTestTimeout(process.env.CI ? 5000 : 500);
initializeTestTimeout(process.env.CI ? 6000 : 500);
Vue.config.devtools = 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