Change size test of AspectTests

PiperOrigin-RevId: 277163352
diff --git a/BUILD b/BUILD
index d0f79f0..a94ee23 100644
--- a/BUILD
+++ b/BUILD
@@ -9,9 +9,9 @@
 
 load(
     ":version.bzl",
-    "fill_info_plist",
     "TULSI_VERSION_DATE",
     "TULSI_VERSION_MAJOR",
+    "fill_info_plist",
 )
 load("@build_bazel_rules_apple//apple:versioning.bzl", "apple_bundle_version")
 
diff --git a/src/TulsiGeneratorIntegrationTests/BUILD b/src/TulsiGeneratorIntegrationTests/BUILD
index 8f2b4dc..c6d6bdc 100644
--- a/src/TulsiGeneratorIntegrationTests/BUILD
+++ b/src/TulsiGeneratorIntegrationTests/BUILD
@@ -21,6 +21,7 @@
 
 tulsi_integration_test(
     name = "AspectTests",
+    timeout = "long",
     srcs = [
         "AspectTests.swift",
         "PlatformDependentAspectTests.swift",