We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd3413 commit 652097eCopy full SHA for 652097e
site/src/testHelpers/entities.ts
@@ -2781,6 +2781,7 @@ export const MockHealth: TypesGen.HealthcheckReport = {
2781
reachable: true,
2782
latency: "92570",
2783
latency_ms: 92570,
2784
+ threshold_ms: 92570,
2785
},
2786
coder_version: "v0.27.1-devel+c575292",
2787
};
@@ -2811,6 +2812,7 @@ export const DeploymentHealthUnhealthy: TypesGen.HealthcheckReport = {
2811
2812
latency: "",
2813
latency_ms: 0,
2814
2815
2816
2817
derp: {
2818
healthy: false,
0 commit comments