Skip to content

Commit

Permalink
get test passing
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmossas committed Aug 24, 2024
1 parent 71b2af4 commit c913a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/clients/kotlin/src/main/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ fun testSseStreamLargeObjects(
errorCount++
},
)
Thread.sleep(1000)
Thread.sleep(5000)
job.cancel()
expect("$tag > open count", openCount, 1)
expect("$tag > err count", errorCount, 0)
Expand Down

0 comments on commit c913a61

Please sign in to comment.