Skip to content

Commit 8d0d7cb

Browse files
djarcanDanielJente
andauthored
fix: propagate timeout from DataPowerNet to DataPower (#64)
Signed-off-by: DanielJente <[email protected]> Co-authored-by: DanielJente <[email protected]>
1 parent b2819ab commit 8d0d7cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datapower_net.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def fish(self):
101101
password=password,
102102
trawler=self.trawler,
103103
api_tests=self.api_tests,
104+
timeout=self.timeout,
104105
version=version
105106
)
106107
self.items[dp_key].gather_metrics()

0 commit comments

Comments
 (0)