You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Environment was not set correctly. Expected envId: ${env.envId.id}, last retrieved: ${lastRetrievedId}`,
208
+
()=>
209
+
`Environment was not set correctly. Expected envId: ${env.envId.id} (manager: ${env.envId.managerId}), last retrieved: ${lastRetrievedId??'undefined'} (manager: ${lastRetrievedManagerId??'undefined'}) after ${pollCount} polls`,
207
210
);
208
211
209
212
// Final verification
@@ -285,13 +288,16 @@ suite('Integration: Python Projects', function () {
285
288
286
289
// Wait for it to be set
287
290
// Use 15s timeout - CI runners can be slow with settings persistence
`Environment was not set for project. Expected: ${env.envId.id} (manager: ${env.envId.managerId}), got: ${fileTestLastId??'undefined'} (manager: ${fileTestLastManagerId??'undefined'})`,
354
365
);
355
366
356
367
// Create a hypothetical file path inside the project
0 commit comments