Commit b3504ab
Merge #241
241: Add a little longer timeout value on flaky test r=curquiza a=brunoocasali
For some reason, this test breaks when it runs on a Linux environment quite often.
There is no specific reason for that, the meilisearch engine running on docker is pretty fast to answer the queries.
To guarantee that issue will not affect any other user, I've run in my machine several times through an automated script and the error was not thrown :)
`for i in {1..1000}; do bundle exec rspec spec/meilisearch_spec.rb:20 | grep Finished -C 1 ; done`
Closes #178
Co-authored-by: Bruno Casali <[email protected]>2 files changed
+9
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
| 50 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
31 | 27 | | |
0 commit comments