Skip to content

Commit

Permalink
some buildbots are slow
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Jul 8, 2011
1 parent 5565381 commit d64e032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbtests/perftests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ namespace PerfTests {
return "findOne_by_id";
}
void post() {
assert( client().count(ns()) > 100 );
assert( client().count(ns()) > 50 );
}
unsigned long long expectation() { return 1000; }
};
Expand Down

0 comments on commit d64e032

Please sign in to comment.