From 7033832ab6ecae6a7e0d6d5aceba098f9b7449a5 Mon Sep 17 00:00:00 2001 From: Couleur <82747632+couleurm@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:19:20 +0100 Subject: [PATCH] make timeout longer for script --- .github/workflows/shipper.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shipper.ps1 b/.github/workflows/shipper.ps1 index 304fc82..d723225 100644 --- a/.github/workflows/shipper.ps1 +++ b/.github/workflows/shipper.ps1 @@ -41,7 +41,7 @@ if /i "%choice%"=="Y" ( echo. ) echo Feel free to delete or hide this batchfile -timeout 2 > nul +timeout 5 > nul '@ 7z a smoothie-rs-nightly.zip ./smoothie-rs \ No newline at end of file