Skip to content

Commit

Permalink
Merge pull request #514 from openvstorage/fix-shaky-disk-failure-test
Browse files Browse the repository at this point in the history
fix shaky disk-failure-test
  • Loading branch information
domsj authored Dec 19, 2016
2 parents b493d28 + 4ac0177 commit b9da35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/src/disk_failure_tests.ml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ let _easiest_upload () =
(ref cfg)
~tls_config
~populate_osds_info_cache:true
~upload_slack:0.2
~upload_slack:1000.
(fun alba_client ->
alba_client # create_namespace ~namespace:"disk_failure_test" ~preset_name:None () >>= fun namespace_id ->
Alba_test._wait_for_osds ~cnt:6 alba_client namespace_id >>= fun () ->
Expand Down

0 comments on commit b9da35e

Please sign in to comment.