Skip to content

Commit

Permalink
this will be the build so far for friday
Browse files Browse the repository at this point in the history
  • Loading branch information
SirGankalot committed Jun 5, 2024
1 parent 5787c80 commit c35214b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checker/src/checker_util_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async def create_user(
"password2": password2,
},
follow_redirects=True,
timeout=3.0, #standard timeout 5.0
#timeout=3.0, #standard timeout 5.0
)

logger.info(f"Server answered: {response.status_code} - {response.text}")
Expand Down

0 comments on commit c35214b

Please sign in to comment.