Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Jul 26, 2024
1 parent 6217fd1 commit ce50005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def wait_for_themes(section):
timer = 0
with_themes = 0
total = len(section.all())
while timer < 300 and with_themes < total:
while timer < 360 and with_themes < total:
with_themes = 0
try:
for item in section.all():
Expand Down

0 comments on commit ce50005

Please sign in to comment.