Skip to content

Commit

Permalink
Updating test time out so it can complete on a GitHub Actions runner
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-murray authored Jan 23, 2024
1 parent bc9f3a7 commit 9300a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snapshot-generator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ describe('snapshot-generator', () => {
expect(snapshot.manifests['problem-dependency-graph-2602']).toBeDefined();
expect(snapshot.detector.version).toBe(version);
expect(snapshot.manifests['problem-dependency-graph-2602'].countDependencies()).toBe(230);
}, 20000);
}, 40000);
});
});

0 comments on commit 9300a13

Please sign in to comment.