Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/fast_request_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class FastRequestTest {
std::vector<std::string> queries;
// Just save the output here so we can generate as many as quickly as we
// can, hopefully increasing the likelihood of duplicates.
int ntests = 25000;
int ntests = 1000;
for(int i = 0; i < ntests; i++) {
queries.push_back(oauth.getURLQueryString(OAuth::Http::Head, resource));
}
Expand Down