Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #167 from delira-dev/logging_timeout
Browse files Browse the repository at this point in the history
Remove timeout during test
  • Loading branch information
justusschock committed Jul 27, 2019
2 parents 5869cfc + fb5d8a2 commit 5ec189c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/logging/test_single_threaded_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ def _check_for_tag(self, tag, logdir=None):
for x in os.listdir(logdir)
if os.path.isfile(os.path.join(logdir, x))][0]

# sleep to ensure flushing to file was finished
from time import sleep
sleep(0.5)

if tf is not None:
ret_val = False
for e in tf.train.summary_iterator(file):
Expand Down

0 comments on commit 5ec189c

Please sign in to comment.