mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
dll, winfsp-tests: ensure that all tests pass as IRP_MJ_CREATE is no longer the first IRP seen during tests (it is not IRP_MJ_QUERY_VOLUME_INFORMATION)
This commit is contained in:
@ -46,7 +46,7 @@ void *memfs_start_ex(ULONG Flags, ULONG FileInfoTimeout)
|
||||
|
||||
void *memfs_start(ULONG Flags)
|
||||
{
|
||||
return memfs_start_ex(Flags, 0);
|
||||
return memfs_start_ex(Flags, 1000);
|
||||
}
|
||||
|
||||
void memfs_stop(void *data)
|
||||
|
Reference in New Issue
Block a user