Skip to content

Commit

Permalink
Merge pull request #6173 from drew2a/fix/6167
Browse files Browse the repository at this point in the history
Disable EVA terminate by timeout in test_multiply_duplex
  • Loading branch information
drew2a authored Jun 22, 2021
2 parents 69a88a4 + e208fd4 commit d4b3af8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,10 @@ async def test_multiply_send(self):
async def test_multiply_duplex(self):
data_set_count = 10

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

self.overlay(0).eva_protocol.block_size = 10
self.overlay(1).eva_protocol.block_size = 10
self.overlay(2).eva_protocol.block_size = 10
Expand Down

0 comments on commit d4b3af8

Please sign in to comment.