@@ -16,7 +16,7 @@ describe('smoketest: object-oriented blueprint', () => {
1616 dockerfile : 'FROM ubuntu:22.04\nRUN apt-get update && apt-get install -y curl' ,
1717 system_setup_commands : [ 'echo "Blueprint setup complete"' ] ,
1818 } ,
19- { polling : { timeoutMs : 10 * 60 * 1000 } } ,
19+ { longPoll : { timeoutMs : 10 * 60 * 1000 } } ,
2020 ) ;
2121 blueprintId = blueprint . id ;
2222 } , LONG_TIMEOUT ) ;
@@ -144,7 +144,7 @@ WORKDIR /app
144144COPY . .` ,
145145 build_context : storageObject ,
146146 } ,
147- { polling : { timeoutMs : 10 * 60 * 1000 } } ,
147+ { longPoll : { timeoutMs : 10 * 60 * 1000 } } ,
148148 ) ;
149149
150150 expect ( blueprint ) . toBeDefined ( ) ;
@@ -226,7 +226,7 @@ WORKDIR /app
226226COPY . .` ,
227227 build_context_dir : contextDir ,
228228 } ,
229- { polling : { timeoutMs : 10 * 60 * 1000 } } ,
229+ { longPoll : { timeoutMs : 10 * 60 * 1000 } } ,
230230 ) ;
231231
232232 expect ( blueprint ) . toBeDefined ( ) ;
@@ -288,7 +288,7 @@ COPY . .`,
288288 name : uniqueName ( 'sdk-blueprint-retrieve' ) ,
289289 dockerfile : 'FROM ubuntu:22.04' ,
290290 } ,
291- { polling : { timeoutMs : 10 * 60 * 1000 } } ,
291+ { longPoll : { timeoutMs : 10 * 60 * 1000 } } ,
292292 ) ;
293293 expect ( blueprint ?. id ) . toBeTruthy ( ) ;
294294
@@ -326,7 +326,7 @@ COPY . .`,
326326 dockerfile : 'FROM ubuntu:22.04\nRUN apt-get update' ,
327327 network_policy_id : policy . id ,
328328 } ,
329- { polling : { timeoutMs : 10 * 60 * 1000 } } ,
329+ { longPoll : { timeoutMs : 10 * 60 * 1000 } } ,
330330 ) ;
331331
332332 expect ( blueprint ) . toBeDefined ( ) ;
@@ -371,7 +371,7 @@ COPY . .`,
371371 network_policy_id : policy . id ,
372372 } ,
373373 } ,
374- { polling : { timeoutMs : 10 * 60 * 1000 } } ,
374+ { longPoll : { timeoutMs : 10 * 60 * 1000 } } ,
375375 ) ;
376376
377377 expect ( blueprint ) . toBeDefined ( ) ;
0 commit comments