Skip to content

Commit e48b12c

Browse files
authored
Increase polling interval (#39)
* Increase polling interval * Update main.go * Disable golint * Disable errcheck too
1 parent 23afff4 commit e48b12c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

bitrise.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ workflows:
5757
go-tests:
5858
steps:
5959
- go-list:
60-
- golint:
61-
- errcheck:
6260
# Ignoring maintenance test as it needs gcloud binary
6361
- go-test:
6462
inputs:

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ func main() {
400400
}
401401
}
402402
if !finished {
403-
time.Sleep(5 * time.Second)
403+
time.Sleep(10 * time.Second)
404404
}
405405
}
406406
}

0 commit comments

Comments
 (0)