diff options
Diffstat (limited to 'tests/bugs/glusterd/bug-1104642.t')
-rw-r--r-- | tests/bugs/glusterd/bug-1104642.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/glusterd/bug-1104642.t b/tests/bugs/glusterd/bug-1104642.t index a45a617d235..000093a8ae2 100644 --- a/tests/bugs/glusterd/bug-1104642.t +++ b/tests/bugs/glusterd/bug-1104642.t @@ -42,6 +42,6 @@ TEST $glusterd_2 #Verify whether the value has been synced EXPECT '80' get_value 'cluster.server-quorum-ratio' 1 EXPECT_WITHIN $PROBE_TIMEOUT '1' peer_count -EXPECT '80' get_value 'cluster.server-quorum-ratio' 2 +EXPECT_WITHIN $PROBE_TIMEOUT '80' get_value 'cluster.server-quorum-ratio' 2 cleanup; |