Skip to content

Commit

Permalink
Rollback changes
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Fukushima <[email protected]>
  • Loading branch information
gfukushima committed Jan 9, 2025
1 parent b6b9ff1 commit 019653d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ jobs:
path: build/test-results

acceptanceTests:
parallelism: 2
parallelism: 4
executor: machine_large_executor_amd64
steps:
- install_java_21
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,7 @@ protected void waitForMetric(
assertThat(
MetricMatcher.anyMatching(
metrics, nameCondition, labelsCondition, valueCondition))
.withFailMessage(
"No matching metric with following conditions: %s %s %s. Metrics list: %s",
nameCondition, labelsCondition, valueCondition, metrics)
.withFailMessage("No matching metric")
.isPresent();
},
timeoutAmount,
Expand Down

0 comments on commit 019653d

Please sign in to comment.