Skip to content

Commit

Permalink
test: unflake test-nsolid asset tests
Browse files Browse the repository at this point in the history
Increase the timeouts a bit to make sure the heapSampling and the
cpuProfile are actually stopped before trying to start a new one.
  • Loading branch information
santigimeno committed Nov 18, 2024
1 parent c5edda2 commit 0f458ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/parallel/test-nsolid-grpc-heap-sampling.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,5 @@ setTimeout(() => {
}));
}, 100);
}));
}, 100);
}, 500);
}, 100);
2 changes: 1 addition & 1 deletion test/parallel/test-nsolid-grpc-profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ setTimeout(() => {
}));
}, 100);
}));
}, 100);
}, 500);
}, 100);

0 comments on commit 0f458ed

Please sign in to comment.