From 90db2e3ae263dd8a020323d37ae727f135ce0b6d Mon Sep 17 00:00:00 2001 From: Kamal Tufekcic Date: Mon, 27 Jul 2026 11:03:06 +0300 Subject: [PATCH] add timeout --- .forgejo/workflows/derive.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/derive.yml b/.forgejo/workflows/derive.yml index 991da7d..b5900bf 100644 --- a/.forgejo/workflows/derive.yml +++ b/.forgejo/workflows/derive.yml @@ -89,6 +89,7 @@ jobs: --target "work/$BUILDID" \ --game-dir "$GAME_DIR" \ --version "$GAME-$BUILDID-0" \ + --wait 300 \ --out-dir dist cp "mappings/seed-$GAME.json" "dist/seed-$GAME.json"