Skip to content

Commit

Permalink
Increase timeout, reduce parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Jan 30, 2025
1 parent a9dcc0b commit 118adb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,8 @@ jobs:
include_passed: true
cli-tests:
runs-on: ubuntu-latest-xlarge
env:
CARGO_BUILD_JOBS: 6
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion golem-worker-executor-base/tests/guest_languages2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ inherit_test_dep!(Tracing);

#[test]
#[tracing::instrument]
#[timeout(180_000)]
#[timeout(300_000)]
async fn javascript_example_3(
last_unique_id: &LastUniqueId,
deps: &WorkerExecutorTestDependencies,
Expand Down

0 comments on commit 118adb1

Please sign in to comment.