Skip to content

Commit e5f8e77

Browse files
committed
Fix test failure due to slowness with many DBs
1 parent 260f47b commit e5f8e77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/moduleapi/load.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set testmodule [file normalize tests/modules/load.so]
22

33
if {$::flash_enabled} {
4-
start_server [list tags [list "modules"] overrides [list storage-provider {flash ./rocks.db.master.load.test} databases 256 loadmodule $testmodule]] {
4+
start_server [list tags [list "modules"] overrides [list storage-provider {flash ./rocks.db.master.load.test} loadmodule $testmodule]] {
55
test "Module is notified of keys loaded from flash" {
66
r flushall
77
r set foo bar

0 commit comments

Comments
 (0)