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
After sending a prompt, codex often attempts to look for certain strings in the codebase. However, this takes codex way longer than for example github copilot agent mode.
It regularly times out, and even codex itself seems frustrated :
✗ Failed (exit -1)
└ 🔎 class .*Factory|GeoRecordFactory|Network|SourceDataSetFactory|GeoRecordSetFactory in tests
sandbox error: command timed out
✗ Failed (exit -1)
└ 📂 tests
sandbox error: command timed out
✗ Failed (exit -1)
└ 🔎 factories in tests
sandbox error: command timed out
✗ Failed (exit -1)
└ ⌨️ python - << 'PY'
import os
for root, dirs, files in os.walk('tests'):
for f in files:
if f.endswith('.py') and 'factory' in f or 'factories' in root:
print(os.path.join(root,f))
PY
sandbox error: command timed out
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
After sending a prompt, codex often attempts to look for certain strings in the codebase. However, this takes codex way longer than for example github copilot agent mode.
It regularly times out, and even codex itself seems frustrated :
Beta Was this translation helpful? Give feedback.
All reactions