binoua commited on
Commit
51b9cef
·
1 Parent(s): 8e8b1a3

chore: longer tests

Browse files
Files changed (1) hide show
  1. 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 = 10 # len(X_test)
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