Skip to content

Commit 2cd66c1

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
[integ-tests] Extend sleep time to solve test file cache sporadic failure
Signed-off-by: Hanwen <hanwenli@amazon.com>
1 parent f30670a commit 2cd66c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-tests/tests/storage/test_fsx_lustre.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ def _create_file_cache(file_cache_path, bucket_name):
510510
cfn_stacks_factory.create_stack(stack)
511511
logging.info("Created the FileCacheId {0}".format(stack.cfn_outputs["FileCacheId"]))
512512
# Immediately using the FileCacheId after its creation gives Error
513-
time.sleep(100)
513+
time.sleep(150)
514514

515515
return stack.cfn_outputs["FileCacheId"]
516516

0 commit comments

Comments
 (0)