This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Add more time for receiving data
tags/0.3.8-rc
haixuantao
1 year ago
parent
df191bdb22
commit
71d963e402
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/queue_size_latest_data_python/receive_data.py
+ 1
- 1
tests/queue_size_latest_data_python/receive_data.py
View File
@@ -17,6 +17,6 @@ for event in node:
duration = (time.perf_counter_ns() - send_time) / 1_000_000_000
print("Duration: ", duration)
assert (
duration <
1.
2
duration < 2
), f"Duration: {duration} should be less than 1 as we should always pull latest data."
time.sleep(1)
Write
Preview
Loading…
Cancel
Save