Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit 2e7465d

Browse files
Merge 31e803e into 302f5a1
2 parents 302f5a1 + 31e803e commit 2e7465d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sfpowerscripts-cli/src/impl/deploy/DeployImpl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export default class DeployImpl {
241241
} else return false;
242242
}
243243
},
244-
{ retries: 1, minTimeout: 2000 }
244+
{ retries: 10, minTimeout: 30000 }
245245
);
246246

247247
if (packageInstallationResult.result === PackageInstallationStatus.Succeeded) {

0 commit comments

Comments
 (0)