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

Lines changed: 2 additions & 0 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy