Compare commits

...

1 Commits

Author SHA1 Message Date
Chris Barber
e159401a08 [build-utils] Increase unit test timeout from 10s to 20s 2022-09-19 09:02:11 -05:00

View File

@@ -19,7 +19,7 @@ import {
Meta,
} from '../src';
jest.setTimeout(10 * 1000);
jest.setTimeout(20 * 1000);
async function expectBuilderError(promise: Promise<any>, pattern: string) {
let result;