We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd09d78 + 8a8dd29 commit 07364e1Copy full SHA for 07364e1
tools/integration/test/integration/testConfig.js
@@ -12,7 +12,7 @@ const prodApiBaseUrl = 'https://api.clearlydefined.io'
12
const devApiBaseUrl = getDevApiBaseUrl()
13
14
const pollingInterval = 1000 * 60 * 1 // 1 minute
15
-const pollingMaxTime = 1000 * 60 * 10 // 10 minutes in milliseconds
+const pollingMaxTime = 1000 * 60 * 40 // 40 minutes in milliseconds
16
17
//Havest tools to check for harvest completeness
18
const harvestTools = ['licensee', 'reuse', 'scancode']
0 commit comments