File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ func TestAppHealth(t *testing.T) {
36
36
// URL: We don't set the URL for this test because the setup will
37
37
// create a httptest server for us and set it for us.
38
38
Interval : 1 ,
39
- Threshold : 3 ,
39
+ Threshold : 1 ,
40
40
},
41
41
Health : codersdk .WorkspaceAppHealthInitializing ,
42
42
},
@@ -73,7 +73,7 @@ func TestAppHealth(t *testing.T) {
73
73
// URL: We don't set the URL for this test because the setup will
74
74
// create a httptest server for us and set it for us.
75
75
Interval : 1 ,
76
- Threshold : 3 ,
76
+ Threshold : 1 ,
77
77
},
78
78
Health : codersdk .WorkspaceAppHealthInitializing ,
79
79
},
@@ -106,7 +106,7 @@ func TestAppHealth(t *testing.T) {
106
106
// URL: We don't set the URL for this test because the setup will
107
107
// create a httptest server for us and set it for us.
108
108
Interval : 1 ,
109
- Threshold : 3 ,
109
+ Threshold : 1 ,
110
110
},
111
111
Health : codersdk .WorkspaceAppHealthInitializing ,
112
112
},
You can’t perform that action at this time.
0 commit comments