Skip to content

Commit daf17da

Browse files
committed
test: increase test timeout
Signed-off-by: Lenin Mehedy <[email protected]>
1 parent 765732d commit daf17da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/core/k8_e2e.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,5 +175,5 @@ describe('K8', () => {
175175
const podArray1 = await k8.getPodsByLabel(podLabels)
176176
const podsArray2 = await k8.recyclePodByLabels(podLabels)
177177
expect(podsArray2.length >= podArray1.length).toBeTruthy()
178-
})
178+
}, 60000)
179179
})

0 commit comments

Comments
 (0)