Skip to content

Commit 0b8a9d6

Browse files
author
admin
committed
fix for app specific
1 parent bab37a4 commit 0b8a9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/locustio/common_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def wrapper(*args, **kwargs):
248248
if total < confluence_action_time:
249249
sleep = (confluence_action_time - total)
250250
logger.info(f'action: {interaction}, action_execution_time: {total}, sleep {sleep}')
251-
time.sleep(5)
251+
time.sleep(sleep)
252252
return result
253253
return wrapper
254254
return deco_wrapper

0 commit comments

Comments
 (0)