Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3dd9472

Browse files
authored
Added delay because of rate-limit
1 parent 575a1e7 commit 3dd9472

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_modules.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import json
22
from datetime import datetime
3+
import time
34

45
import os
56
from unittest import TestCase
@@ -44,6 +45,7 @@ def methods(self, net):
4445
"res": res,
4546
}
4647
dump(log, fname)
48+
time.sleep(0.1)
4749

4850
def test_net_methods(self):
4951
for net in self._NETS:

0 commit comments

Comments
 (0)