Skip to content

Commit 07364e1

Browse files
authored
Merge pull request #235 from clearlydefined/polling-40-minutes
Increase integration test polling time from 10 to 40 minutes
2 parents cd09d78 + 8a8dd29 commit 07364e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/integration/test/integration/testConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const prodApiBaseUrl = 'https://api.clearlydefined.io'
1212
const devApiBaseUrl = getDevApiBaseUrl()
1313

1414
const pollingInterval = 1000 * 60 * 1 // 1 minute
15-
const pollingMaxTime = 1000 * 60 * 10 // 10 minutes in milliseconds
15+
const pollingMaxTime = 1000 * 60 * 40 // 40 minutes in milliseconds
1616

1717
//Havest tools to check for harvest completeness
1818
const harvestTools = ['licensee', 'reuse', 'scancode']

0 commit comments

Comments
 (0)