Skip to content

Commit

Permalink
fix testtiming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-merzky committed Apr 29, 2024
1 parent 755f0e9 commit 5702b16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/radical/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@
version = version_short
__version__ = version_detail

print('version:', version)
print('version:', version_detail)
print('version:', version_base)
print('version:', version_branch)


# ------------------------------------------------------------------------------

2 changes: 1 addition & 1 deletion tests/unittests/test_heartbeat.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_hb_uid():
# --------------------------------------------------------------------------
def proc():

hb = ru.Heartbeat('test', timeout=0.1, interval=0.01)
hb = ru.Heartbeat('test', timeout=0.2, interval=0.01)
t0 = time.time()

hb.start()
Expand Down

0 comments on commit 5702b16

Please sign in to comment.