Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Senna committed Nov 11, 2024
1 parent 6a862f7 commit 346fba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/nested_link_template_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ TEST(LinkTemplate, basics) {

outter_template.subsequent_id = server_node_id;
outter_template.setup_buffers();
Utils::sleep(2000);
Utils::sleep(5000);

QueryAnswer *query_answer;
unsigned int count = 0;
Expand Down Expand Up @@ -71,7 +71,7 @@ TEST(LinkTemplate, nested_variables) {

and_operator.subsequent_id = server_node_id;
and_operator.setup_buffers();
Utils::sleep(1000);
Utils::sleep(5000);

QueryAnswer *query_answer;
shared_ptr<atomdb_api_types::AtomDocument> document;
Expand Down

0 comments on commit 346fba0

Please sign in to comment.