Skip to content

Commit

Permalink
wikipediaQueryTest: use very big timeouts in hopes of preventing spur…
Browse files Browse the repository at this point in the history
…ious test failures
  • Loading branch information
rasahner committed Oct 31, 2015
1 parent 03d1d58 commit 040db41
Showing 1 changed file with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"context": {
"useCache": "true",
"populateCache": "true",
"timeout": 60000
"timeout": 360000
}
},
"expectedResults": [
Expand Down Expand Up @@ -78,7 +78,7 @@
"context": {
"useCache": "true",
"populateCache": "true",
"timeout": 60000
"timeout": 360000
}
},
"expectedResults": [
Expand Down Expand Up @@ -179,7 +179,7 @@
"context": {
"useCache": "true",
"populateCache": "true",
"timeout": 60000
"timeout": 360000
}
},
"expectedResults": [
Expand Down Expand Up @@ -266,7 +266,7 @@
"context": {
"useCache": "true",
"populateCache": "true",
"timeout": 60000
"timeout": 360000
}
},
"expectedResults": [
Expand Down Expand Up @@ -301,7 +301,7 @@
"context": {
"useCache": "true",
"populateCache": "true",
"timeout": 60000
"timeout": 360000
}
},
"expectedResults": [
Expand Down Expand Up @@ -488,7 +488,7 @@
"context": {
"useCache": "true",
"populateCache": "true",
"timeout": 120000
"timeout": 360000
}
},
"expectedResults": [
Expand Down Expand Up @@ -609,7 +609,7 @@
"context": {
"useCache": "true",
"populateCache": "true",
"timeout": 120000
"timeout": 360000
}
},
"expectedResults": [
Expand Down Expand Up @@ -699,7 +699,7 @@
"context": {
"useCache": "true",
"populateCache": "true",
"timeout": 60000
"timeout": 360000
}
},
"expectedResults": [
Expand Down Expand Up @@ -774,7 +774,7 @@
"context": {
"useCache": "true",
"populateCache": "true",
"timeout": 60000
"timeout": 360000
}
},
"expectedResults": [
Expand Down Expand Up @@ -838,7 +838,7 @@
"context": {
"useCache": "true",
"populateCache": "true",
"timeout": 60000
"timeout": 360000
}
},
"expectedResults": [
Expand Down Expand Up @@ -910,7 +910,7 @@
"context": {
"useCache": "true",
"populateCache": "true",
"timeout": 60000
"timeout": 360000
}
},
"expectedResults": [
Expand Down Expand Up @@ -988,7 +988,7 @@
"context": {
"useCache": "true",
"populateCache": "true",
"timeout": 60000
"timeout": 360000
}
},
"expectedResults": [
Expand All @@ -1014,7 +1014,7 @@
"context": {
"useCache": "true",
"populateCache": "true",
"timeout": 60000
"timeout": 360000
}
},
"expectedResults": [
Expand Down

0 comments on commit 040db41

Please sign in to comment.