chore: longer tests
Browse files- play_with_endpoint.py +1 -1
play_with_endpoint.py
CHANGED
@@ -99,7 +99,7 @@ while not is_finished:
|
|
99 |
|
100 |
# Test the handler
|
101 |
nb_good = 0
|
102 |
-
nb_samples =
|
103 |
verbose = True
|
104 |
time_start = time.time()
|
105 |
duration = 0
|
|
|
99 |
|
100 |
# Test the handler
|
101 |
nb_good = 0
|
102 |
+
nb_samples = 60 # len(X_test)
|
103 |
verbose = True
|
104 |
time_start = time.time()
|
105 |
duration = 0
|