Skip to content

Commit

Permalink
karankraina/fix-tests
Browse files Browse the repository at this point in the history
tests: fix unit test
  • Loading branch information
karankraina authored Oct 15, 2024
2 parents f977b11 + b4bc448 commit 2684d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/transport/syncTrue.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ test('thread-stream sync true should log synchronously', async (t) => {
let loopCounter = 0

// Start a synchronous loop
while (!interrupt && loopCounter < (process.env.MAX_TEST_LOOP_ITERATION || 10000)) {
while (!interrupt && loopCounter < (process.env.MAX_TEST_LOOP_ITERATION || 20000)) {
try {
loopCounter++
const data = getOutputLogLines()
Expand Down

0 comments on commit 2684d4a

Please sign in to comment.