Skip to content

Commit

Permalink
DO NOT MERGE: set default test_open to 1024
Browse files Browse the repository at this point in the history
Signed-off-by: Edwin Török <[email protected]>
  • Loading branch information
edwintorok committed May 30, 2024
1 parent 5820376 commit c1348d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/xapi/xapi_globs.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ let python3_path = ref "/usr/bin/python3"
let observer_experimental_components =
ref (StringSet.singleton Constants.observer_component_smapi)

let test_open = ref 0
let test_open = ref 1024

let xapi_globs_spec =
[
Expand Down

0 comments on commit c1348d5

Please sign in to comment.