Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 1a36c33

Browse files
josuedhgphmccarty
authored andcommitted
Waiting for fuse in testing_fuse test
Signed-off-by: Josue David Hernandez Gutierrez <josue.d.hernandez.gutierrez@intel.com>
1 parent b8568a3 commit 1a36c33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/testing_fuse.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ int main(void)
147147
char *args[] = {"./clr_debug_fuse", NULL};
148148
execvp("./clr_debug_fuse", args);
149149
} else if (p > 0) {
150+
sleep(1);
150151
res = testing_fuse();
151152
kill(p, SIGKILL);
152153
} else {

0 commit comments

Comments
 (0)