End to end tests are intermittently timing out. Increase the size of end to end tests which will also increases the test timeout.

PiperOrigin-RevId: 213035956
diff --git a/src/TulsiEndToEndTests/BUILD b/src/TulsiEndToEndTests/BUILD
index cbe6f7c..7040e0c 100644
--- a/src/TulsiEndToEndTests/BUILD
+++ b/src/TulsiEndToEndTests/BUILD
@@ -8,6 +8,7 @@
 
 tulsi_integration_test(
     name = "TulsiEndToEndTest",
+    size = "large",
     srcs = ["TulsiEndToEndTest.swift"],
     data = [
         "Resources/Buttons.tulsiproj",