Skip to content

Commit

Permalink
chore: ibc-packet-trigger.yaml add timeout option
Browse files Browse the repository at this point in the history
  • Loading branch information
liyukun committed Nov 1, 2023
1 parent 4fbf76e commit 6a59831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ibc-packet-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
schedule-run-packet-send:
runs-on: ubuntu-latest
timeout-minutes: 30
env:
# for forcerelay-ckb-sdk
FORCERELAY_CKB_SDK_COMMIT: f02969f920fa48234959fd25c771992a85619eb6
Expand Down
2 changes: 1 addition & 1 deletion e2e/schedule/sdk.config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
channel_contract_type_id_args = "0x4d63d2d59c9f8e2b117cde09bb3d705b82e0e21216a3cc54967e715bf19a25b8"
packet_contract_type_id_args = "0x7a06b2df4bc422cfe4702d96dca655397b4b818f04a5ef1426a6591997540fdf"
packet_contract_type_id_args = "0x7e2f534bf12a8f596411ca8c02f698b8cdc3581e851325b4fbb7580b1f20e289"
channel_id = 0
confirmations = 3

Expand Down

0 comments on commit 6a59831

Please sign in to comment.