Skip to content

Commit a4ae06d

Browse files
committed
Reduce start wait time to 1s
1 parent 33f027f commit a4ae06d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/sonar/sonar.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ func GetCETaskData(httpClient *http.Client, project *Project, sonarResults *Sona
222222
return "", err
223223
}
224224

225-
wait := 10 // start wait period
225+
wait := 1 // start wait period
226226
retries := 0 // number of retries so far
227227
elapsed := 0 // seconds elapsed
228228
taskResponseData := &TaskResponse{}

0 commit comments

Comments
 (0)