Skip to content

Commit 759dbcf

Browse files
committed
chore: increase test timeout
1 parent e41cac2 commit 759dbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setup.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { getKindConfigPath } from './helpers/kind';
1313
// Used when polling the monitor for certain data.
1414
// For example, checking every second that the monitor is running,
1515
// or checking that the monitor has stored data in Homebase.
16-
export const KUBERNETES_MONITOR_MAX_WAIT_TIME_SECONDS = 120;
16+
export const KUBERNETES_MONITOR_MAX_WAIT_TIME_SECONDS = 600;
1717

1818
async function getLatestStableK8sRelease(): Promise<string> {
1919
const k8sRelease = await needle('get',

0 commit comments

Comments
 (0)