Skip to content

Commit

Permalink
update time to 10 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaaElattar committed Oct 25, 2023
1 parent 6494387 commit 8dc856a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/src/utils/load_deployment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export async function loadK8s(grid: GridClient) {
const timeoutPromise = new Promise((resolve, reject) => {
setTimeout(() => {
reject(new Error("Timeout"));
}, 5000);
}, 10000);
});

try {
Expand Down

0 comments on commit 8dc856a

Please sign in to comment.