Skip to content

Commit

Permalink
Relax test timeout a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-lee committed Apr 16, 2023
1 parent 145536d commit 1aee2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/smoke.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ it('passes simple smoke test', async () => {
expect(fs.readFileSync(generatedFile, 'utf-8')).toContain(
'export const AllPostsDocument = '
);
});
}, 7500);

0 comments on commit 1aee2df

Please sign in to comment.