Skip to content

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
  • Loading branch information
huancheng-trili committed Nov 28, 2024
1 parent fb34792 commit 81b1a66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

build:
name: Build
runs-on: [x86_64, linux, nix]
runs-on: [test]
needs: [commitlint]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion crates/jstzd/tests/octez_client_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ async fn originate_contract_and_wait_for() {
octez_client.wait_for(&op, Some(&head), None),
)
.await
.expect("wait_for should complete soon enough")
.expect("wait_for should complete soon enough!!")
.expect("wait_for should be able to find the operation");

tokio::time::sleep(tokio::time::Duration::from_secs(2)).await;
Expand Down

0 comments on commit 81b1a66

Please sign in to comment.