Updating test time out so it can complete on a GitHub Actions runner

This commit is contained in:
Peter Murray
2024-01-23 16:28:32 +00:00
committed by GitHub
parent bc9f3a7ab5
commit 9300a1354f
+1 -1
View File
@@ -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);
});
});