Skip to content

Commit

Permalink
COIN: Increase timeout for running sbuild for debian packages
Browse files Browse the repository at this point in the history
Change-Id: Id0b53dece8d4bbf1faa89c1ec409c5d241129779
Reviewed-by: Toni Saario <[email protected]>
(cherry picked from commit 208a587)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
  • Loading branch information
faltsi authored and Qt Cherry-pick Bot committed Sep 8, 2023
1 parent de6f405 commit a2e731e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coin/instructions/debian/debian_build_module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ instructions:
"--extra-package={{.AgentWorkingDir}}/debian_packages/",
"qt-{{.Env.QT_REPO_MODULE_VERSION}}-{{.Env.TESTED_MODULE_PLAIN_COIN}}-src_{{.Env.QT_REPO_MODULE_VERSION}}-1.dsc"]
maxTimeInSeconds: 18000
maxTimeBetweenOutput: 1800
maxTimeBetweenOutput: 18000
userMessageOnFailure: "Failed build debian packages"
disable_if:
condition: runtime
Expand Down

0 comments on commit a2e731e

Please sign in to comment.