Skip to content

Commit

Permalink
Change long index setting (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
shosseinimotlagh authored Feb 4, 2025
1 parent d7fc2b4 commit b0ee4aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class HomestoreConan(ConanFile):
name = "homestore"
version = "6.6.15"
version = "6.6.16"

homepage = "https://github.com/eBay/Homestore"
description = "HomeStore Storage Engine"
Expand Down
2 changes: 1 addition & 1 deletion src/tests/test_scripts/index_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def long_runnig_index(options, type=0):

def long_running_clean_shutdown(options, type=0):
print("Long running clean shutdown started")

options['run_time'] = options['run_time'] // 10
try:
run_test(options, type)
options['init_device'] = False
Expand Down

0 comments on commit b0ee4aa

Please sign in to comment.