Skip to content

Commit

Permalink
Increase polling interval (#39)
Browse files Browse the repository at this point in the history
* Increase polling interval

* Update main.go

* Disable golint

* Disable errcheck too
  • Loading branch information
trapacska authored May 31, 2024
1 parent 23afff4 commit e48b12c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ workflows:
go-tests:
steps:
- go-list:
- golint:
- errcheck:
# Ignoring maintenance test as it needs gcloud binary
- go-test:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ func main() {
}
}
if !finished {
time.Sleep(5 * time.Second)
time.Sleep(10 * time.Second)
}
}
}
Expand Down

0 comments on commit e48b12c

Please sign in to comment.