Skip to content

Commit

Permalink
test: Make ForwardingSource tests more stable (#1607)
Browse files Browse the repository at this point in the history
Fixes #1606.
  • Loading branch information
kuznetsss authored Aug 15, 2024
1 parent 5499b89 commit 5332d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/etl/ForwardingSourceTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ struct ForwardingSourceTests : SyncAsioContextTest {
ForwardingSource forwardingSource{
"127.0.0.1",
server_.port(),
std::chrono::milliseconds{1},
std::chrono::milliseconds{1}
std::chrono::milliseconds{20},
std::chrono::milliseconds{20}
};
};

Expand Down

0 comments on commit 5332d3e

Please sign in to comment.