Skip to content

Commit

Permalink
#335 test: add error message to timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolkenfarmer committed Oct 16, 2024
1 parent 2c381be commit 9025961
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/backend-stress/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ async function runStressTest() {
results.push({
i,
responseTime: 0,
success: false
success: false,
error: "manual timeout"
})
});
}
Expand Down

0 comments on commit 9025961

Please sign in to comment.