Skip to content

Commit 649ab14

Browse files
Use modern node image
1 parent 7914239 commit 649ab14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

graphql/e2e/federation/federation_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,14 @@ subgraphs:
155155
defer os.Remove(supergraphFile)
156156

157157
// Run rover supergraph compose using Docker
158-
ctx, cancel := context.WithTimeout(context.Background(), 60*time.Second)
158+
ctx, cancel := context.WithTimeout(context.Background(), 120*time.Second)
159159
defer cancel()
160160

161161
cmd := exec.CommandContext(ctx, "docker", "run", "--rm",
162162
"-e", "APOLLO_ELV2_LICENSE=accept",
163163
"-v", absTestdataDir+":/workspace",
164164
"-w", "/workspace",
165-
"node:18-slim",
165+
"node:24-slim",
166166
"sh", "-c",
167167
`apt-get update -qq && apt-get install -y -qq curl > /dev/null 2>&1 && \
168168
curl -sSL https://rover.apollo.dev/nix/latest | sh > /dev/null 2>&1 && \

0 commit comments

Comments
 (0)