Skip to content

Commit e059d7c

Browse files
authored
Added time.sleep to avoid rate limits in unittests
1 parent 06b7642 commit e059d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_modules.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def methods(self, net):
4545
"res": res,
4646
}
4747
dump(log, fname)
48-
time.sleep(0.1)
48+
time.sleep(0.5)
4949

5050
def test_net_methods(self):
5151
for net in self._NETS:

0 commit comments

Comments
 (0)