Commit c3968d72 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8e6a0000
......@@ -237,7 +237,7 @@ class tDB:
t._closed = chan()
t._wcfuseaborted = chan()
t._wcfuseabort = open("/sys/fs/fuse/connections/%d/abort" % os.stat(testmntpt).st_dev, "w")
go(t._abort_ontimeout, 10*time.second) # NOTE must be >> with_timeout
go(t._abort_ontimeout, 10*time.second) # NOTE must be: with_timeout << · << wcfs_pin_timeout
# ZBigFile(s) scheduled for commit
t._changed = {} # ZBigFile -> {} blk -> data
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment