Skip to content

Commit

Permalink
Merge pull request #6207 from drew2a/fix/6195
Browse files Browse the repository at this point in the history
Disable EVA timeout in test_duplex
  • Loading branch information
drew2a authored Jul 5, 2021
2 parents 1a49341 + 4bca700 commit 0e7ad1a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ async def test_duplex(self):
count = 100
block_size = 10

self.overlay(0).eva_protocol.terminate_by_timeout_enabled = False
self.overlay(1).eva_protocol.terminate_by_timeout_enabled = False

self.overlay(0).eva_protocol.block_size = block_size
self.overlay(1).eva_protocol.block_size = block_size

Expand Down

0 comments on commit 0e7ad1a

Please sign in to comment.