Skip to content

Commit

Permalink
Wait longer
Browse files Browse the repository at this point in the history
  • Loading branch information
ubmarco committed Nov 16, 2023
1 parent e7248c2 commit 7e99157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_intl.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ def get_update_targets(app_):
# phase1: build document with non-gettext builder and generate mo file in srcdir
app0 = make_app('dummy', *args, **kwargs)
app0.build()
time.sleep(0.01)
time.sleep(1)
assert (app0.srcdir / 'xx' / 'LC_MESSAGES' / 'bom.mo').exists()
# Since it is after the build, the number of documents to be updated is 0
update_targets = get_update_targets(app0)
Expand Down

0 comments on commit 7e99157

Please sign in to comment.