Skip to content

Commit

Permalink
give it more time to consime all messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
farirat committed Feb 23, 2022
1 parent 4672cc0 commit b3502c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/managers/test_managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -885,19 +885,19 @@ def test_delivery_of_queued_messages(self):
yield self.submit_sm(localConfig.id, submit_sm_pdu, self.SubmitSmBill)
submitCounter += 1

# Wait for 10 seconds
yield waitFor(10)
# Wait for 20 seconds
yield waitFor(20)

# Start the connector again
yield self.start(localConfig.id)

# Wait for 15 seconds, all the rest of the queue must be sent
yield waitFor(20)
# Wait for 30 seconds, all the rest of the queue must be sent
yield waitFor(30)

yield self.stop(localConfig.id)

# Wait for unbound state
yield waitFor(5)
yield waitFor(15)

# Assertions
# Take the lastClient (and unique one) and assert received message
Expand Down

0 comments on commit b3502c0

Please sign in to comment.