Skip to content

Commit

Permalink
fix: Update deployment script timeout to 6 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
owenconti committed Jan 23, 2024
1 parent f4a695c commit 64134c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Commands/DeploySite.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ protected function buildForge(): void
$this->forgeServerId = $this->ask('What is your Forge Server ID?');
}

$this->forge = (new Forge($this->forgeApiToken))->setTimeout(180);
$this->forge = (new Forge($this->forgeApiToken))->setTimeout(360);
}
}
Binary file modified builds/forge-review-apps
Binary file not shown.

0 comments on commit 64134c9

Please sign in to comment.