Skip to content

Commit

Permalink
chore: run test for longer
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Dec 1, 2023
1 parent 4157197 commit bd732ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func TestVersions(t *testing.T) {
request.Var("mod_id", modID)
request.Var("version_id", versionID)

end := time.Now().Add(time.Minute)
end := time.Now().Add(time.Minute * 5)
for time.Now().Before(end) {
var response struct {
CheckVersionUploadState struct {
Expand Down

0 comments on commit bd732ea

Please sign in to comment.