Skip to content

Commit 9649a9a

Browse files
committed
Bump test timeout
1 parent 38ba308 commit 9649a9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/function.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ afterEach(async () => {
6868
});
6969

7070
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
71+
jest.setTimeout(40000); // we are doing integration tests with the file system so give tests more time
7272

7373
test('Create a function from basic_app', async () => {
7474
const { app, stack } = await createStack();

0 commit comments

Comments
 (0)