mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-02-21 19:48:53 +02:00
Update maxWaitTime timeout for WhiteSource (#3284)
* Update scanPolling.go Changing maxWaitTime from 15 to 30 to overcome WhiteSource results reflection in the backend issue. * Update configHelper.go * Reset configHelper changes to fix PR 3284 Committer: raghunathd8 Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com> Co-authored-by: raghunathd8 <root@docker-evaluation.openstack.eu-nl-1.cloud.sap> Co-authored-by: Sven Merk <33895725+nevskrem@users.noreply.github.com>
This commit is contained in:
parent
f88a979896
commit
af4bc6e989
@ -34,7 +34,7 @@ func pollProjectStatus(projectToken string, scanTime time.Time, sys whitesourceP
|
||||
scanTime: scanTime,
|
||||
maxAge: 20 * time.Second,
|
||||
timeBetweenPolls: 20 * time.Second,
|
||||
maxWaitTime: 15 * time.Minute,
|
||||
maxWaitTime: 30 * time.Minute,
|
||||
}
|
||||
return blockUntilProjectIsUpdated(projectToken, sys, options)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user