Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
darkk committed Aug 19, 2016
1 parent da0f774 commit 9ef1950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def test_nonce_reuse(slow_net):
('httperr_proxy_refuse', (1 + 3*RTT/2) * 0.001),
('httperr_proxy_timeout', (1 + 3*RTT/2) * 0.001),
])
def test_impacient_client(slow_net, tank, delay):
def test_impatient_client(slow_net, tank, delay):
vm, regw = slow_net.vm['tank%d' % conftest.TANKS[tank]], slow_net.vm['regw']
before, start = regw.lsfd(), time.time()
try:
Expand Down

0 comments on commit 9ef1950

Please sign in to comment.