Skip to content

Commit d310831

Browse files
committed
Attempt to make node test less flaky
1 parent 3b5dc98 commit d310831

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

interpreter/customlabels/integrationtests/node_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,11 @@ func TestIntegration(t *testing.T) {
176176

177177
// Really, there should be zero frames in the
178178
// `marked` workload that aren't under labels,
179-
// but accept a 1% slop because the unwinder
179+
// but accept a 5% slop because the unwinder
180180
// isn't perfect (e.g. it might interrupt the
181181
// process when the Node environment is in an
182182
// undefined state)
183-
require.Less(t, 100*unlabeledWorkloadFrames, totalWorkloadFrames)
183+
require.Less(t, 20*unlabeledWorkloadFrames, totalWorkloadFrames)
184184
})
185185
}
186186
}

0 commit comments

Comments
 (0)