giulio98 commited on
Commit
944d14c
1 Parent(s): 9433903

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ The Code Eval metric calculates how good are predictions given a set of referenc
34
 
35
  `num_workers`: the number of workers used to evaluate the candidate programs (The default value is `4`).
36
 
37
- `timeout`: The maximum time taken to produce a prediction before it is considered a "timeout". The default value is `3.0` (i.e. 3 seconds).
38
 
39
  ```python
40
  from evaluate import load
 
34
 
35
  `num_workers`: the number of workers used to evaluate the candidate programs (The default value is `4`).
36
 
37
+ `timeout`: The maximum time taken to produce a prediction before it is considered a "timeout". The default value is `30.0` (i.e. 30 seconds).
38
 
39
  ```python
40
  from evaluate import load