Navigation Menu

Skip to content

Commit

Permalink
Increase waiting time until the timestamp of last message is complete…
Browse files Browse the repository at this point in the history
…ly exported
  • Loading branch information
piroor committed Apr 28, 2015
1 parent 61959ac commit 3f5fe53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/serf.rb
Expand Up @@ -204,7 +204,7 @@ def latest_last_message_timestamp
"node" => @name.to_s)
# Wait until the query is completely processed by the node
# and and the timestamp is correctly exported to its tag.
sleep(10)
sleep(30)
last_message_timestamp
end

Expand Down

0 comments on commit 3f5fe53

Please sign in to comment.