We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ba308 commit 9649a9aCopy full SHA for 9649a9a
1 file changed
test/function.test.ts
@@ -68,7 +68,7 @@ afterEach(async () => {
68
});
69
70
describe('When bundlingStrategy is set to BundlingStrategy.SOURCE', () => {
71
- jest.setTimeout(20000); // we are doing integration tests with the file system so give tests more time
+ jest.setTimeout(40000); // we are doing integration tests with the file system so give tests more time
72
73
test('Create a function from basic_app', async () => {
74
const { app, stack } = await createStack();
0 commit comments