Increase the NewIDE tests jest timeout (#2878)

Don't show in changelog
This commit is contained in:
ClementPasteau
2021-08-05 15:12:52 +02:00
committed by GitHub
parent 6b0ff984f2
commit df2b51bb1b

View File

@@ -34,3 +34,6 @@ beforeAll(done => {
done();
});
});
// We increase the timeout for CIs (the default 5s can be too low sometimes, as a real browser is involved).
jest.setTimeout(10000)