Skip to content

Commit

Permalink
Bring back 5s timeout in config_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Blinkuu committed Jun 22, 2023
1 parent 521e1e2 commit 3d2b256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudapi/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func TestConfigApply(t *testing.T) {
ProjectID: null.NewInt(1, true),
Name: null.NewString("Name", true),
Host: null.NewString("Host", true),
Timeout: types.NewNullDuration(1*time.Minute, true),
Timeout: types.NewNullDuration(5*time.Second, true),
LogsTailURL: null.NewString("LogsTailURL", true),
PushRefID: null.NewString("PushRefID", true),
WebAppURL: null.NewString("foo", true),
Expand Down

0 comments on commit 3d2b256

Please sign in to comment.