diff --git a/test/Python/src/FederatedImportLibrary.lf b/test/Python/src/FederatedImportLibrary.lf index a7aefe1f47..17d500aa93 100644 --- a/test/Python/src/FederatedImportLibrary.lf +++ b/test/Python/src/FederatedImportLibrary.lf @@ -1,6 +1,6 @@ # Test the new import statement, with the import path enclosed in angle brackets, in federated LF programs target Python { - timeout: 2 sec + timeout: 2 sec } import Count from diff --git a/test/Python/src/ImportLibrary.lf b/test/Python/src/ImportLibrary.lf index 5f98f750b4..962a616a6b 100644 --- a/test/Python/src/ImportLibrary.lf +++ b/test/Python/src/ImportLibrary.lf @@ -1,6 +1,6 @@ # Test the new import statement with the import path enclosed in angle brackets target Python { - timeout: 2 sec + timeout: 2 sec } import Count from